home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_360 / uucp / uucp1.lzh / s / crontab < prev    next >
Text File  |  1990-05-30  |  584b  |  27 lines

  1.  
  2. #   S:CRONTAB
  3. #
  4. #min    hr    day    mon    dow    command
  5.  
  6. #   adjust time every 24 hours.. keep us in line
  7. #0     0     *     *     *     dhb:altc/mousetime
  8.  
  9. #   Disable modem speaker while I'm asleep
  10.  
  11. 0    23    *    *    *    getty -m0
  12. 0    11    *    *    *    getty -m1
  13.  
  14. #   run UUCP nightly to various sites.
  15. #
  16. #0     3     *     *     *     uucp:c/uucico -suunet
  17. #0     6     *     *     *     uucp:c/uucico -ssorinc
  18.  
  19. #   trim log files at 8a.m. so they do not get too big.
  20. 0    8    *    *    *    uucp:c/trimfile uuspool:logfile getty:logfile tmp:dcron.log -100
  21.  
  22. #   delete old news files at 8:10 (if you are receiving news you want to
  23. #   do this)
  24. 10    8    *    *    *    uucp:c/trimnews
  25.  
  26.  
  27.